.Net Framework > v2.0.50727 > System > Drawing > Graphics > DrawImage DrawImage(Image,Point)
DrawImage(Image,Point[])
DrawImage(Image,Point[],Rectangle,GraphicsUnit)
DrawImage(Image,Point[],Rectangle,GraphicsUnit,ImageAttributes)
DrawImage(Image,Point[],Rectangle,GraphicsUnit,ImageAttributes,DrawImageAbort)
DrawImage(Image,Point[],Rectangle,GraphicsUnit,ImageAttributes,DrawImageAbort,Int32)
DrawImage(Image,PointF)
DrawImage(Image,PointF[])
DrawImage(Image,PointF[],RectangleF,GraphicsUnit)
DrawImage(Image,PointF[],RectangleF,GraphicsUnit,ImageAttributes)
DrawImage(Image,PointF[],RectangleF,GraphicsUnit,ImageAttributes,DrawImageAbort)
DrawImage(Image,PointF[],RectangleF,GraphicsUnit,ImageAttributes,DrawImageAbort,Int32)
DrawImage(Image,Rectangle)
DrawImage(Image,Rectangle,Rectangle,GraphicsUnit)
DrawImage(Image,Rectangle,Int32,Int32,Int32,Int32,GraphicsUnit)
DrawImage(Image,Rectangle,Int32,Int32,Int32,Int32,GraphicsUnit,ImageAttributes)
DrawImage(Image,Rectangle,Int32,Int32,Int32,Int32,GraphicsUnit,ImageAttributes,DrawImageAbort)
DrawImage(Image,Rectangle,Int32,Int32,Int32,Int32,GraphicsUnit,ImageAttributes,DrawImageAbort,IntPtr)
DrawImage(Image,Rectangle,Single,Single,Single,Single,GraphicsUnit)
DrawImage(Image,Rectangle,Single,Single,Single,Single,GraphicsUnit,ImageAttributes)
DrawImage(Image,Rectangle,Single,Single,Single,Single,GraphicsUnit,ImageAttributes,DrawImageAbort)
DrawImage(Image,Rectangle,Single,Single,Single,Single,GraphicsUnit,ImageAttributes,DrawImageAbort,IntPtr)
DrawImage(Image,RectangleF)
DrawImage(Image,RectangleF,RectangleF,GraphicsUnit)
DrawImage(Image,Int32,Int32)
DrawImage(Image,Int32,Int32,Rectangle,GraphicsUnit)
DrawImage(Image,Int32,Int32,Int32,Int32)
DrawImage(Image,Single,Single)
DrawImage(Image,Single,Single,RectangleF,GraphicsUnit)
DrawImage(Image,Single,Single,Single,Single)


DrawImage(Image,Point)

Category
Method
Description
Draws the specified System.Drawing.Image object, using its original physical size, at the specified location.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
pointPoint
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Point[])

Category
Method
Description
Draws the specified System.Drawing.Image object at the specified location and with the specified shape and size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPoint[]
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Point[],Rectangle,GraphicsUnit)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPoint[]
srcRectRectangle
srcUnitGraphicsUnit
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Point[],Rectangle,GraphicsUnit,ImageAttributes)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPoint[]
srcRectRectangle
srcUnitGraphicsUnit
imageAttrImageAttributes
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Point[],Rectangle,GraphicsUnit,ImageAttributes,DrawImageAbort)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPoint[]
srcRectRectangle
srcUnitGraphicsUnit
imageAttrImageAttributes
callbackGraphics.DrawImageAbort
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Point[],Rectangle,GraphicsUnit,ImageAttributes,DrawImageAbort,Int32)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPoint[]
srcRectRectangle
srcUnitGraphicsUnit
imageAttrImageAttributes
callbackGraphics.DrawImageAbort
callbackDataInt32
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,PointF)

Category
Method
Description
Draws the specified System.Drawing.Image object, using its original physical size, at the specified location.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
pointPointF
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,PointF[])

Category
Method
Description
Draws the specified System.Drawing.Image object at the specified location and with the specified shape and size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPointF[]
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,PointF[],RectangleF,GraphicsUnit)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPointF[]
srcRectRectangleF
srcUnitGraphicsUnit
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,PointF[],RectangleF,GraphicsUnit,ImageAttributes)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPointF[]
srcRectRectangleF
srcUnitGraphicsUnit
imageAttrImageAttributes
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,PointF[],RectangleF,GraphicsUnit,ImageAttributes,DrawImageAbort)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPointF[]
srcRectRectangleF
srcUnitGraphicsUnit
imageAttrImageAttributes
callbackGraphics.DrawImageAbort
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,PointF[],RectangleF,GraphicsUnit,ImageAttributes,DrawImageAbort,Int32)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destPointsPointF[]
srcRectRectangleF
srcUnitGraphicsUnit
imageAttrImageAttributes
callbackGraphics.DrawImageAbort
callbackDataInt32
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle)

Category
Method
Description
Draws the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
rectRectangle
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Rectangle,GraphicsUnit)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcRectRectangle
srcUnitGraphicsUnit
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Int32,Int32,Int32,Int32,GraphicsUnit)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcXInt32
srcYInt32
srcWidthInt32
srcHeightInt32
srcUnitGraphicsUnit
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Int32,Int32,Int32,Int32,GraphicsUnit,ImageAttributes)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcXInt32
srcYInt32
srcWidthInt32
srcHeightInt32
srcUnitGraphicsUnit
imageAttrImageAttributes
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Int32,Int32,Int32,Int32,GraphicsUnit,ImageAttributes,DrawImageAbort)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcXInt32
srcYInt32
srcWidthInt32
srcHeightInt32
srcUnitGraphicsUnit
imageAttrImageAttributes
callbackGraphics.DrawImageAbort
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Int32,Int32,Int32,Int32,GraphicsUnit,ImageAttributes,DrawImageAbort,IntPtr)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcXInt32
srcYInt32
srcWidthInt32
srcHeightInt32
srcUnitGraphicsUnit
imageAttrsImageAttributes
callbackGraphics.DrawImageAbort
callbackDataIntPtr
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Single,Single,Single,Single,GraphicsUnit)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcXSingle
srcYSingle
srcWidthSingle
srcHeightSingle
srcUnitGraphicsUnit
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Single,Single,Single,Single,GraphicsUnit,ImageAttributes)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcXSingle
srcYSingle
srcWidthSingle
srcHeightSingle
srcUnitGraphicsUnit
imageAttrsImageAttributes
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Single,Single,Single,Single,GraphicsUnit,ImageAttributes,DrawImageAbort)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcXSingle
srcYSingle
srcWidthSingle
srcHeightSingle
srcUnitGraphicsUnit
imageAttrsImageAttributes
callbackGraphics.DrawImageAbort
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Rectangle,Single,Single,Single,Single,GraphicsUnit,ImageAttributes,DrawImageAbort,IntPtr)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangle
srcXSingle
srcYSingle
srcWidthSingle
srcHeightSingle
srcUnitGraphicsUnit
imageAttrsImageAttributes
callbackGraphics.DrawImageAbort
callbackDataIntPtr
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,RectangleF)

Category
Method
Description
Draws the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
rectRectangleF
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,RectangleF,RectangleF,GraphicsUnit)

Category
Method
Description
Draws the specified portion of the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
destRectRectangleF
srcRectRectangleF
srcUnitGraphicsUnit
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Int32,Int32)

Category
Method
Description
Draws the specified image, using its original physical size, at the location specified by a coordinate pair.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
xInt32
yInt32
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Int32,Int32,Rectangle,GraphicsUnit)

Category
Method
Description
Draws a portion of an image at a specified location.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
xInt32
yInt32
srcRectRectangle
srcUnitGraphicsUnit
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Int32,Int32,Int32,Int32)

Category
Method
Description
Draws the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
xInt32
yInt32
widthInt32
heightInt32
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Single,Single)

Category
Method
Description
Draws the specified System.Drawing.Image object, using its original physical size, at the specified location.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
xSingle
ySingle
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Single,Single,RectangleF,GraphicsUnit)

Category
Method
Description
Draws a portion of an image at a specified location.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
xSingle
ySingle
srcRectRectangleF
srcUnitGraphicsUnit
Tags
01892ABD01, 02E3ABA98D, 0376596F91

DrawImage(Image,Single,Single,Single,Single)

Category
Method
Description
Draws the specified System.Drawing.Image object at the specified location and with the specified size.
Type
void
Character
public
Parameters
NameTypeDescription
imageImage
xSingle
ySingle
widthSingle
heightSingle
Tags
01892ABD01, 02E3ABA98D, 0376596F91

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database